home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- cd MACHINES
-
- junkyard.exe
-
- @echo.
- @echo Installing the game to C:\MACDEMO
- @echo.
-
- md C:\MACDEMO
- copy pak.exe C:\MACDEMO\pack.exe
- C:
- cd MACDEMO
- pack.exe
- del pack.exe
- call machines.bat
- cls
- @echo The Machines installation complete
- @echo.
- @echo Type MACHINES to play the game
- @echo.
-
- :end
-
-